Skip to content

Extra line breaks in scriptcs -help #962

@adamralph

Description

@adamralph

For some reason, there is an extra line break between each line.

C:\code\scripts>scriptcs -help
Usage: scriptcs options

   OPTION                    DESCRIPTION

   -ScriptName (-script)     Script file name, must be specified first

   -Repl (-R)                Launch REPL mode when running script. To just launch REPL, simply use 'scriptcs' without any args.

   -Help (-?)                Displays help

   -Debug (-D)               Emits PDB symbols allowing for attaching a Visual Studio debugger [default=False]

   -Cache (-C)               Flag which determines whether to run in memory or from a .dll [default=False]

   -LogLevel (-log)          Flag which defines the log level used.

   -Install (-I)             Installs and restores packages which are specified in packages.config

   -Global (-g)              Installs and restores global packages which are specified in packages.config

   -Save (-S)                Creates a packages.config file based on the packages directory

   -Clean (-Cl)              Cleans installed packages from working directory

   -AllowPreRelease (-pre)   Allows installation of packages' prelease versions

   -Version (-V)             Outputs version information

   -Watch (-W)               Watch the script file and reload it when changed

   -Modules (-M)             Specify modules to load

   -Config (-Co)             Defines config file name [default=scriptcs.opts]

   -PackageVersion (-P)      Defines the version of the package to install. Used in conjunction with -install

   -Output (-O)              Write all console output to the specified file


   EXAMPLE: scriptcs server.csx -logLevel debug
   Shows how to run the script and display detailed log messages. Useful for debugging.



C:\code\scripts>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions