mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
add context to comments
This commit is contained in:
parent
c74e07801c
commit
acde9adeeb
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ hwylCli:
|
|||
|
||||
[ci]
|
||||
... "builtin ci"
|
||||
# current behavior adds this block twice...
|
||||
# BUG: current behavior adds this block twice...
|
||||
# when really I want it to only happen in the lowest "subcommand"
|
||||
# needs to be fixed in hwylterm
|
||||
preSub:
|
||||
|
@ -95,7 +95,7 @@ hwylCli:
|
|||
* "main"
|
||||
run:
|
||||
# TODO: support file operations like gh
|
||||
# i.e. @flake.lock means read a file a flake.lock and use it's contents
|
||||
# i.e. @flake.lock means read a file at flake.lock and use it's contents as a string
|
||||
if args.len == 0: fatalQuit "expected workflow file name"
|
||||
let inputs =
|
||||
inputs.mapIt((it.key, it.val)).toTable()
|
||||
|
|
Loading…
Reference in a new issue