Skip to content

Additional Features

Will Strohl edited this page Aug 9, 2023 · 1 revision

Additional Features

As they come available and relevant, new command-line features like switches will be added here.

Force Overriding of Casing using -f Switch

By default, the namespace and extension names will be cased using Pascal-casing rules. If you'd like to override this behavior, you can add a -f parameter to the name.

For example, if your company name is abcCompany, the default behavior will change the name to AbcCompany. In most cases, this would be the intended behavior. If you enter abcCompany -f, the namespace or extension name will honor the casing as-is.