-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68b27df
commit 2806d8f
Showing
7 changed files
with
44 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# Macross Software Command-Line | ||
|
||
Macross.CommandLine is a simple and light-weight .NET Standard 2.0+ library for parsing the `string[]` command-line arguments passed into a process into a command with optional parameters, options, and switches. | ||
Macross.CommandLine is a simple and light-weight .NET Standard 2.0+ library for | ||
parsing the `string[]` command-line arguments passed into a process into a | ||
command with optional parameters, options, and switches. | ||
|
||
## Format | ||
|
||
The parser supports the general format used by the `dotnet` command-line interface: | ||
The parser supports the general format used by the `dotnet` command-line | ||
interface: | ||
|
||
`C:\application.exe command parameter1 parameter2 -option1 option1value -option2=option2value --option3 option3value -switch1` | ||
`C:\application.exe command parameter1 parameter2 -option1 option1value | ||
-option2=option2value --option3 option3value -switch1` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Macross Software Extensons | ||
|
||
Macross.Extensions is .NET Standard 2.0+ library for augmenting what is provided out of the box by the framework. | ||
Macross.Extensions is .NET Standard 2.0+ library for augmenting what is provided | ||
out of the box by the framework. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Macross Software Performance Extensions | ||
|
||
Macross.Performance.Extensions is a .NET Standard 2.0+ library for augmenting what is provided out of the box for developing high peformance applications. | ||
Macross.Performance.Extensions is a .NET Standard 2.0+ library for augmenting | ||
what is provided out of the box for developing high peformance applications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Macross Software Impersonation | ||
|
||
Macross.Windows.Impersonation is a .NET Standard 2.0+ library for augmenting what is provided by the framework for impersonation on Windows. | ||
Macross.Windows.Impersonation is a .NET Standard 2.0+ library for augmenting | ||
what is provided by the framework for impersonation on Windows. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Macross Software Permissions | ||
|
||
Macross.Windows.Permissions is a .NET Standard 2.0+ library for augmenting what is provided by the framework for permissions on Windows. | ||
Macross.Windows.Permissions is a .NET Standard 2.0+ library for augmenting what | ||
is provided by the framework for permissions on Windows. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Macross Software Service Management | ||
|
||
Macross.Windows.ServiceManagement is a .NET Standard 2.0+ library for augmenting what is provided by the framework for management of services on Windows. | ||
Macross.Windows.ServiceManagement is a .NET Standard 2.0+ library for augmenting | ||
what is provided by the framework for management of services on Windows. |