You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will create your web app under /var/www/hey_arnold.]]))
29
29
30
-
localtest_cmd=parser:command("t test", "Will run the tests specified for an application. Must be called from the base dir of the application.")
30
+
localtest_cmd=parser:command("t test", "Runs the tests specified for an application. Must be called from the base dir of the application.")
31
31
:action(actions.test)
32
32
test_cmd:usage(colors"%{bright red}Usage: sailor test [--resty] [-- EXTRA_FLAGS]")
33
33
test_cmd:argument("EXTRA_FLAGS", "Flags that will be passed to the Busted library."):args("*")
34
34
test_cmd:flag("--resty", "Run the tests using the resty bootstrap.", false)
35
35
36
-
localenable_cmd=parser:command("e enable", "Will install an extension to Sailor and copy necessary files to your app. Must be called from the base dir of the application.")
36
+
localenable_cmd=parser:command("e enable", "Installs an extension to Sailor and copy necessary files to your app. Must be called from the base dir of the application.")
0 commit comments