backlogenhancementgood first issuelow-priority
倉庫指標
- 星標
- (11,537 顆星)
- PR 合併指標
- (平均合併 5天 18小時) (30 天內合併 41 個 PR)
描述
As suggested by @guilload
Would be better to use this pattern:
let metastore_uri = matches
.value_of("metastore-uri")
.map(normalize_uri)
.expect("`metastore-uri` should be a required arg.")?;