forked from EvergreenCrypto/docker-finance
Merge pull request #194 into master
88d254d container: src: completion: add more hledger commands (Aaron Fiore)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# 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
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -75,6 +75,13 @@ function docker-finance::completion()
|
||||
# Help
|
||||
_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"
|
||||
_hledger+=("accounts" "codes" "commodities" "descriptions" "files" "notes" "payees" "prices" "stats" "tags")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user