forked from EvergreenCrypto/docker-finance
container: src: completion: add more hledger commands
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# docker-finance | modern accounting for the power-user
|
# docker-finance | modern accounting for the power-user
|
||||||
#
|
#
|
||||||
# Copyright (C) 2024 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
# Copyright (C) 2024-2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -75,6 +75,13 @@ function docker-finance::completion()
|
|||||||
# Help
|
# Help
|
||||||
_hledger+=("-h" "help" "demo" "--tldr" "--info")
|
_hledger+=("-h" "help" "demo" "--tldr" "--info")
|
||||||
|
|
||||||
|
# "User Interfaces"
|
||||||
|
# NOTE: `ui` and `web` are to be called outside of this scope (via the `dfi` interface)
|
||||||
|
_hledger+=("repl" "run")
|
||||||
|
|
||||||
|
# "Entering Data"
|
||||||
|
# NOTE: no commands here as they should be called outside of this scope (via the `dfi` interface)
|
||||||
|
|
||||||
# "Basic"
|
# "Basic"
|
||||||
_hledger+=("accounts" "codes" "commodities" "descriptions" "files" "notes" "payees" "prices" "stats" "tags")
|
_hledger+=("accounts" "codes" "commodities" "descriptions" "files" "notes" "payees" "prices" "stats" "tags")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user