Skip to content

Commit

Permalink
In-progress reorg to replace logging and control flow with idiomatic …
Browse files Browse the repository at this point in the history
…go. Interrupted when I realized that XML export wasn't doing anything
  • Loading branch information
williammoran committed May 2, 2024
1 parent 0f7e5a0 commit 5060160
Show file tree
Hide file tree
Showing 49 changed files with 1,528 additions and 839 deletions.
2 changes: 1 addition & 1 deletion example/run
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function _help_post {
}

function run { # <...args>: Run DBSteward
cmd go run .. "$@"
cmd go run .. --debug "$@"
}

function run-format { # <format> <...args>: Run DBSteward, injecting format-specific arguments
Expand Down
Loading

0 comments on commit 5060160

Please sign in to comment.