Created
October 30, 2022 12:12
-
-
Save StarrFox/8361e80f8b8b62bfea8ad97e3d3f4370 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| a@endevor ~/P/build (master)> cli/plcli | |
| Pattern Language CLI | |
| Usage: [OPTIONS] SUBCOMMAND | |
| Options: | |
| -h,--help Print this help message and exit | |
| Subcommands: | |
| format | |
| a@endevor ~/P/build (master) [1]> make plcli install | |
| [ 0%] Built target CLI11 | |
| [ 12%] Built target fmt | |
| [ 84%] Built target libpl | |
| [100%] Built target plcli | |
| [ 14%] Built target fmt | |
| [100%] Built target libpl | |
| Install the project... | |
| -- Install configuration: "Release" | |
| a@endevor ~/P/build (master)> /usr/bin/plcli | |
| fish: Unknown command: /usr/bin/plcli | |
| a@endevor ~/P/build (master) [127]> /bin/plcli | |
| fish: Unknown command: /bin/plcli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment