mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-12 13:44:07 +00:00
update command descriptions
This commit is contained in:
parent
b37334a3df
commit
606f66add7
@ -948,12 +948,12 @@ cli.command 'enable-source-maps'
|
||||
patchReactNativePackager()
|
||||
|
||||
cli.command 'enable-auto-require'
|
||||
.description 'Enables scanning for requires in cljs files and automatically add them in use-figwheel'
|
||||
.description 'enables source scanning for automatic required module resolution in use-figwheel command.'
|
||||
.action () ->
|
||||
autoRequire(true)
|
||||
|
||||
cli.command 'disable-auto-require'
|
||||
.description 'Disables auto-require feature in use-figwheel command'
|
||||
.description 'disables auto-require feature in use-figwheel command'
|
||||
.action () ->
|
||||
autoRequire(false)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user