Rob Browning writes:
> gnucash --evaluate '(display "Hello world.\n") (gnc:shutdown 0)'
> For the command line arguments, I want something much more user
> friendly. We may need both a low-level --evaluate, and something
> higher-level as well...
>
> Thoughts?
One of the "lessons learned fro
(cc'ing this to devel - technical discussion)
Rob Browning writes:
>
> With this you can do silly things like:
>
> gnucash --evaluate '(display "Hello world.\n") (gnc:shutdown 0)'
>
> or
>
> gnucash --evaluate '(display "Hello world.\n")'
> --evaluate '(gnc:shutdown 0)'