This is my package that tests out Typer.
Project description
odc-typer-test
Awesome CLI user manager. Based on this tutorial.
Usage:
$ odc-typer-test [OPTIONS] COMMAND [ARGS]...
Options:
--install-completion
: Install completion for the current shell.--show-completion
: Show completion for the current shell, to copy it or customize the installation.--help
: Show this message and exit.
Commands:
create
: Create a new user with USERNAME.delete
: Delete an existing user with USERNAME.delete-all
: Delete all users in the database.init
: Initialize the user database.
odc-typer-test create
Create a new user with USERNAME.
Usage:
$ odc-typer-test create [OPTIONS] USERNAME
Arguments:
USERNAME
: The name of user to create. [required]
Options:
--help
: Show this message and exit.
odc-typer-test delete
Delete an existing user with USERNAME.
If --force is not used, confirmation is required.
Usage:
$ odc-typer-test delete [OPTIONS] USERNAME
Arguments:
USERNAME
: The name of user to delete. [required]
Options:
--force / --no-force
: Force deletion without confirmation. [required]--help
: Show this message and exit.
odc-typer-test delete-all
Delete all users in the database.
If --force is not used, confirmation is required.
Usage:
$ odc-typer-test delete-all [OPTIONS]
Options:
--force / --no-force
: Force deletion without confirmation. [required]--help
: Show this message and exit.
odc-typer-test init
Initialize the user database.
Usage:
$ odc-typer-test init [OPTIONS]
Options:
--help
: Show this message and exit.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
odc-typer-test-0.3.0.tar.gz
(2.4 kB
view hashes)
Built Distribution
Close
Hashes for odc_typer_test-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c47703bdc4b33191e7c3746df6890f012d52c2d72ac4686b153bf7f6913f67d |
|
MD5 | 88a1119102e9c2ecbaa35739746d4bc0 |
|
BLAKE2b-256 | 8b537f30c671f2075889cda0cc18cfec783f4f380628b69efe6e42fb3c141808 |