Skip to content

Commit

Permalink
Tab complete fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Mar 5, 2020
1 parent 8c9b314 commit ffc49ad
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ component {

/**
* @URI An additional URI to go to when opening the server browser, else it just opens localhost:port
* @name.hint the short name of the server
* @name.optionsUDF serverNameComplete
* @directory.hint web root for the server
* @serverConfigFile The path to the server's JSON file.
* @URI.optionsFileComplete true
* @name.hint the short name of the server
* @name.optionsUDF serverNameComplete
* @directory.hint web root for the server
* @serverConfigFile The path to the server's JSON file.
**/
function run(
URI="/",
Expand Down

0 comments on commit ffc49ad

Please sign in to comment.