Skip to content

Commit

Permalink
add init-force option that isn't interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Apr 19, 2024
1 parent 6172c4d commit a2bad35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ while [[ $# -gt 0 ]]; do
fi
shift
;;
--init-force)
force_init=true
shift
;;
--dev)
simple=false
shift
Expand Down

0 comments on commit a2bad35

Please sign in to comment.