adobe / adobe/aio-cli-plugin-app
Review aio app logs char alias flags
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 28
- Forks
- 41
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 3
Description
**Describe the bug**
Char aliases for flags are rare and we should choose them carefully.
For example looking at:
```
poll: flags.boolean({
description: 'Fetch logs continuously',
default: false,
char: 'o',
exclusive: ['watch', 'tail']
})
```
We might want to reserve the `-o` char flag in the future to redirect output to a file via the standard `--output` flag
More information on standards here: https://clig.dev/#arguments-and-flags
Contributor guide
Assessment
This issue has not been assessed yet.