Luca Grulla
Luca Grulla
In the scenario of app invocation from terminal without _any_ command/flags ```bash > my-app ``` I'd expect the same output of: ```bash > my-app --help ``` Instead, I have the...
the rename logic didn't work without swapping: ``` if (filename === undefined || filename !== this.filename) { ``` to ``` if (filename === undefined || filename === this.filename) { ```...
The same behaviour could be achieved via combinaiton of --follow and --separator. Is this additional flag required?
**Describe the bug** command autocompletion does not work since V4.0.0
Support 2FA
**Is your feature request related to a problem? Please describe.** see #45 **Describe the solution you'd like** Support authentication with 2FA. **Additional context** Accounts with 2FA enabled won't work.
**Describe the bug** the long format of the --start flag should be begin rather than start for consistency
**Describe the solution you'd like** In aws logs CLI get-log-events has a --limit flag to define how many logs you want to receive.