adobe / adobe/aio-cli-plugin-app

Review aio app logs char alias flags

Open
#373 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.