awshelp forwards arguments to `aws` unless `-h` or `--help` are present
Project description
awshelp
awshelp forwards arguments to aws
unless -h
or --help
are present
install + setup
pip install awshelp
alias aws=awshelp
motivation
I am sick and tired of:
awscli 1.x
$ aws s3 --help
Unknown options: --help
awscli 2.x
$ aws s3 --help
usage: aws [-h] [--profile PROFILE] [--debug]
optional arguments:
-h, --help show this help message and exit
--profile PROFILE
--debug
in action
$ aws s3 cp --help | head -10
awshelp: aws does not like --help, but I got you!
CP() CP()
NAME
cp -
DESCRIPTION
Copies a local file or S3 object to another location locally or in S3.
it even works if you have arguments!
$ aws s3 cp foo bar --help | head -10
awshelp: aws does not like --help, but I got you!
CP() CP()
NAME
cp -
DESCRIPTION
Copies a local file or S3 object to another location locally or in S3.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
awshelp-1.0.0.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for awshelp-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | adae766f2428974057b121f453622c7ec466e8fda70a31e8db582e831e0453d1 |
|
MD5 | d475be78192768088d613227742b336b |
|
BLAKE2b-256 | fd1745f40d088274173b9dad490deffd7b3283113b360bbead118525d2874aa4 |