diff options
author | Justin Bedo <cu@cua0.org> | 2023-01-16 09:02:49 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2023-01-16 09:25:36 +1100 |
commit | 7f4bcef26d58934045ba48e1d53e491a319184d0 (patch) | |
tree | 56b09953f8f245f5a73dc6196b1b7c578cde37f4 /package.yaml | |
parent | a09d5c9d9f7097dd4baf4e9611e488ee1d12ca2f (diff) |
add command line arguments
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 4d96c25..8290eed 100644 --- a/package.yaml +++ b/package.yaml @@ -15,3 +15,4 @@ executable: - log-domain - vector - random + - optparse-applicative |