Skip to content

matklad/features-cwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/tmp master*
λ pushd bar; cargo +stable run --package foo; popd
    Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
     Running `/home/matklad/tmp/target/debug/foo`
xyz disabled

~/tmp master*
λ pushd baz; cargo +stable run --package foo; popd
    Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
     Running `/home/matklad/tmp/target/debug/foo`
xyz enabled

~/tmp master*
λ pushd bar; cargo +nightly run --package foo; popd
    Finished dev [unoptimized + debuginfo] target(s) in 0.00 secs
     Running `/home/matklad/tmp/target/debug/foo`
xyz disabled

~/tmp master*
λ pushd baz; cargo +nightly run --package foo; popd
    Finished dev [unoptimized + debuginfo] target(s) in 0.00 secs
     Running `/home/matklad/tmp/target/debug/foo`
xyz disabled

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages