backlogenhancementgood first issuelow-priority
Metriche repository
- Star
- (11.300 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.")?;