-
Notifications
You must be signed in to change notification settings - Fork 31
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
966a7b2
commit 63db97d
Showing
15 changed files
with
504 additions
and
33 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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
xvm add target version --path xxx | ||
xvm add target version --filename xxx | ||
xvm add target version --env name=value | ||
xvm remove target version | ||
|
||
xvm use target version | ||
xvm current target | ||
xvm run target version --command xxx | ||
xvm list target | ||
|
||
xvm workspace target | ||
xvm workspace target --enable | ||
xvm workspace target --disable |
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 +1,15 @@ | ||
bindir: xxx | ||
bindir: xxx | ||
|
||
xvm add target version --path xxx | ||
xvm add target version --filename xxx | ||
xvm add target version --env name=value | ||
xvm remove target version | ||
|
||
xvm use target version | ||
xvm current target | ||
xvm run target version --args xxx | ||
xvm list target | ||
|
||
xvm workspace target | ||
xvm workspace target --enable | ||
xvm workspace target --disable |
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,8 +1,9 @@ | ||
--- | ||
xvm-wmetadata: | ||
name: demo | ||
name: global | ||
active: true | ||
versions: | ||
python: 2.7.18 | ||
python: 3.12.3 | ||
java: 8.0.0 | ||
node: 21.7.3 | ||
mytest: 3.12.2 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
xvm run mytest $@ |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
//use std::env; | ||
|
||
pub static BINDIR: &str = "/home/speak/workspace/github/d2learn/xlings/core/xvm"; | ||
//static RUNDIR: &str = env::current_dir().unwrap().to_str().unwrap(); |
Oops, something went wrong.