hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 8cb1cfed31a0521dbadee33e7049ff10a3f5d837
parent 822c5272ef38a63d6377528adeb0cb8e5e5735d5
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 12 Mar 2021 10:09:29 -0500

subcmds: update getopt usage

Diffstat:
Msubcmds.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subcmds.ha b/subcmds.ha @@ -38,7 +38,7 @@ fn build(args: []str) void = { 'v' => verbose = true, 'D' => abort(), // TODO 'l' => abort(), // TODO - 'o' => output = opt.1 as getopt::parameter, + 'o' => output = opt.1, 't' => abort(), // TODO 'T' => abort(), // TODO 'X' => abort(), // TODO