diff options
author | Arun Isaac | 2022-03-23 16:43:03 +0530 |
---|---|---|
committer | Arun Isaac | 2022-03-23 16:43:03 +0530 |
commit | b1543397a66cced4e3ea92ead469a91f4b55b15f (patch) | |
tree | 1a1b1b20d1bf2e7e6cc381ae49afe6a6f96a297d | |
parent | fd98ba35dcc576b0c07887f879dd92714e8341e3 (diff) | |
download | tissue-b1543397a66cced4e3ea92ead469a91f4b55b15f.tar.gz tissue-b1543397a66cced4e3ea92ead469a91f4b55b15f.tar.lz tissue-b1543397a66cced4e3ea92ead469a91f4b55b15f.zip |
bin: Pass the tissue -> `tissue list' alias through main again.
Pass the tissue -> `tissue list' alias through main again so that
parameters and other setup is done correctly.
* bin/tissue (main): Pass the tissue -> `tissue list' alias through
main again.
-rwxr-xr-x | bin/tissue | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -417,6 +417,6 @@ To get usage information for one of these sub-commands, run args)))) ;; tissue is an alias for `tissue list' ((_) - (tissue-list)))) + (main "tissue" "list")))) (apply main (command-line)) |