Skip to content

Commit

Permalink
Merge pull request #258 from alan-morey/patch-1
Browse files Browse the repository at this point in the history
Update flags.md
  • Loading branch information
mdonnalley authored Oct 1, 2024
2 parents dbb9bba + f3885b2 commit e333499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static flags = {
defaultHelp: 'a dynamic value' // dynamic default value to show in help output (e.g. current working directory). Can be an async function that returns a string or undefined
required: false, // make flag required
aliases: ['username', 'u'], // aliases for the flag - can be short char or long flags
aliases: ['u', 'n'], // single character aliases for the flag
charAliases: ['u', 'n'], // single character aliases for the flag
deprecated: false, // mark the flag as deprecated.
deprecateAliases: false, // emit deprecation warning anytime a flag alias is provided
noCacheDefault: false, // if true, the value returned by defaultHelp will not be cached in the oclif.manifest.json.
Expand Down

0 comments on commit e333499

Please sign in to comment.