chia-blockchain/chia/cmds
William Allen 090caf0f08
Added chia completion command (#14782)
* adding 'chia completion' command

* fixing lint

* Fixing isort

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Cleanup completions command

* formatting with black

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update chia/cmds/completion.py

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* fixup my mistakes

* just ["chia"]

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>
2023-03-16 12:50:30 -05:00
..
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
beta_funcs.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
beta.py cmds: ctx.exit -> raise click.ClickException (#13577) 2022-09-30 17:50:19 -05:00
check_wallet_db.py Improve chia wallet check help and diagnostic messages (#14688) 2023-02-27 16:51:34 -06:00
chia.py Added chia completion command (#14782) 2023-03-16 12:50:30 -05:00
cmds_util.py add hinting around get_any_service_client() (#14681) 2023-02-27 23:49:47 -06:00
coin_funcs.py Fix chia wallet coins cli bugs (#14388) 2023-01-24 19:33:25 -06:00
coins.py Fix fee and unit amounts when coin splitting or viewing coins (#14172) 2023-01-06 12:05:17 -06:00
completion.py Added chia completion command (#14782) 2023-03-16 12:50:30 -05:00
configure.py hint chia.cmds.configure (#14678) 2023-02-28 03:02:53 -06:00
data_funcs.py add hinting around get_any_service_client() (#14681) 2023-02-27 23:49:47 -06:00
data.py Add atari get sync status RPC. (#13440) 2022-10-28 15:05:03 -05:00
db_backup_func.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
db_upgrade_func.py hint chia.cmds.db_upgrade_func (#14680) 2023-02-28 03:03:47 -06:00
db_validate_func.py remove leading newlines from indented code blocks (#14653) 2023-02-23 21:53:48 -06:00
db.py hint chia.cmds.db (#14679) 2023-02-28 03:03:21 -06:00
farm_funcs.py hint chia.cmds.farm_funcs (#14734) 2023-03-06 11:37:21 -06:00
farm.py cleanup adjacent string literals (#14650) 2023-02-22 17:16:07 -06:00
init_funcs.py hint chia.cmds.init, chia.cmds.init_funcs (#14682) 2023-02-28 03:04:08 -06:00
init.py hint chia.cmds.init, chia.cmds.init_funcs (#14682) 2023-02-28 03:04:08 -06:00
keys_funcs.py hint chia.cmds.keys, keys_funcs (#14735) 2023-03-06 11:37:49 -06:00
keys.py hint chia.cmds.keys, keys_funcs (#14735) 2023-03-06 11:37:49 -06:00
netspace_funcs.py add hinting around get_any_service_client() (#14681) 2023-02-27 23:49:47 -06:00
netspace.py isort: Remove all chia.cmds exceptions and sort the related files (#13940) 2022-11-17 15:32:03 -06:00
passphrase_funcs.py util: Remove legacy keyring support (#13398) 2022-11-18 10:33:18 -06:00
passphrase.py util: Remove legacy keyring support (#13398) 2022-11-18 10:33:18 -06:00
peer_funcs.py add hinting around get_any_service_client() (#14681) 2023-02-27 23:49:47 -06:00
peer.py Refine help text for chia peer -a (#14563) 2023-02-28 14:26:03 -06:00
plotnft_funcs.py hint chia.cmds.plotnft, plotnft_funcs (#14737) 2023-03-06 11:42:29 -06:00
plotnft.py hint chia.cmds.plotnft, plotnft_funcs (#14737) 2023-03-06 11:42:29 -06:00
plots.py hint chia.plotting.create_plots (#14692) 2023-03-08 12:57:50 -06:00
plotters.py isort: Remove all chia.cmds exceptions and sort the related files (#13940) 2022-11-17 15:32:03 -06:00
rpc.py adjustments for new mypy (#13859) 2022-11-07 17:38:40 -06:00
show_funcs.py add hinting around get_any_service_client() (#14681) 2023-02-27 23:49:47 -06:00
show.py isort: Remove all chia.cmds exceptions and sort the related files (#13940) 2022-11-17 15:32:03 -06:00
start_funcs.py Windows: start daemon without a window and detached from current console (#9697) 2022-11-22 15:32:00 -06:00
start.py util: Remove legacy keyring support (#13398) 2022-11-18 10:33:18 -06:00
stop.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
units.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
wallet_funcs.py Stop sending change to a new address (#14422) 2023-03-09 18:32:21 -06:00
wallet.py Stop sending change to a new address (#14422) 2023-03-09 18:32:21 -06:00