Skip to content

Commit

Permalink
add example of cli bypassing through config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesb93 committed Sep 5, 2020
1 parent 58a8e94 commit 9087465
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config.lua
Expand Up @@ -14,3 +14,11 @@
-- reacoma.output = "~/my_custom_output"
reacoma.output = "source"
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
-- Parameter Description: Bypass command line versoin checks
-- Default: "false"
-- Examples:
-- reacoma.output = true (this will ignore the checking of versions)
reacoma.bypass_version = false
-------------------------------------------------------------------------------------

0 comments on commit 9087465

Please sign in to comment.