Skip to content
Snippets Groups Projects
Commit cda74a7a authored by Paul Nitzke's avatar Paul Nitzke
Browse files

Merge branch 'readme' into 'master'

Update README to include CLI arguments

See merge request !23
parents dc0f769c 6fd094d6
Branches
No related tags found
1 merge request!23Update README to include CLI arguments
...@@ -8,7 +8,9 @@ Using Microsoft Visual Studio 2022: Open `SparseTransform.sln`, set the `SparseT ...@@ -8,7 +8,9 @@ Using Microsoft Visual Studio 2022: Open `SparseTransform.sln`, set the `SparseT
> The instructions below assume that your working directory is at the project root > The instructions below assume that your working directory is at the project root
Using the .NET SDK command `dotnet`: Execute `dotnet run --project ./src/SparseTransform.CLI/SparseTransform.CLI.csproj`. Make sure you specify the `SparseTransform.CLI` project as the library project is not runnable by itself. Using the .NET SDK command `dotnet`: Execute `dotnet run --project ./src/SparseTransform.CLI/SparseTransform.CLI.csproj -- <ARGS>`. <ARGS> are the commands and arguments to pass depending on the task you want to perform. For example to read a MatrixMarket string from a file, partition it and output the result as a colored DOT graph, use the following arguments: `partition -f dot -i inFile -o outFile`.
> Make sure you specify the `SparseTransform.CLI` project as the library project is not runnable by itself.
## How to Build the Program ## How to Build the Program
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment