mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-12 21:54:14 +00:00
update command descriptions
This commit is contained in:
parent
b37334a3df
commit
606f66add7
@ -948,12 +948,12 @@ cli.command 'enable-source-maps'
|
|||||||
patchReactNativePackager()
|
patchReactNativePackager()
|
||||||
|
|
||||||
cli.command 'enable-auto-require'
|
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 () ->
|
.action () ->
|
||||||
autoRequire(true)
|
autoRequire(true)
|
||||||
|
|
||||||
cli.command 'disable-auto-require'
|
cli.command 'disable-auto-require'
|
||||||
.description 'Disables auto-require feature in use-figwheel command'
|
.description 'disables auto-require feature in use-figwheel command'
|
||||||
.action () ->
|
.action () ->
|
||||||
autoRequire(false)
|
autoRequire(false)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user