Merge pull request #157 into master
a29426b container: finance: lib_hledger: remove -w from hledger-ui (Aaron Fiore)
This commit was merged in pull request #157.
This commit is contained in:
@@ -158,7 +158,7 @@ function lib_hledger::__hledger-ui()
|
||||
{
|
||||
[ -z "${global_base_args[*]}" ] && lib_utils::die_fatal
|
||||
|
||||
hledger-ui "${global_base_args[@]}" -w "$@"
|
||||
hledger-ui "${global_base_args[@]}" "$@"
|
||||
}
|
||||
|
||||
function lib_hledger::__hledger-vui()
|
||||
|
||||
Reference in New Issue
Block a user