You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
DOOM1EM8Cover c6994ab672
More Work
1 month ago
.idea More work on a lot of subjects 1 month ago
core More work on a lot of subjects 1 month ago
core_stdlib More Work 1 month ago
docs More work on a lot of subjects 1 month ago
package-manager More Work 1 month ago
package-manager-server More Work 1 month ago
runtime More Work 1 month ago
.gitignore More work on a lot of subjects 1 month ago
Cargo.toml More work on a lot of subjects 1 month ago
README.md More work on a lot of subjects 1 month ago

README.md

Comline

Development WOOS

This is a very temporary alias for development (which might just easily break), since we need to use the package manager sometimes, lets do a alias:

Linux

From this directory(comline-rs/, be sure you are here) in console, make an alias to the executable:

  • Fish: alias comline-dev="\"$(pwd)/target/debug/comline-package-manager\""
  • Bash: alias comline-dev="\"$PWD/target/debug/comline-package-manager\"" (might be wrong, didn't test)

Now the command comline-dev is available anywhere