Notes + bump version
This commit is contained in:
parent
2568e949b5
commit
843662c285
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "j"
|
name = "j"
|
||||||
version = "0.2.8"
|
version = "0.2.9"
|
||||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||||
license = "WTFPL/MIT/Apache-2.0"
|
license = "WTFPL/MIT/Apache-2.0"
|
||||||
description = "a command runner"
|
description = "a command runner"
|
||||||
|
3
notes
3
notes
@ -11,6 +11,8 @@ todo
|
|||||||
. just xyz/ # xyz/justfile:DEFAULT
|
. just xyz/ # xyz/justfile:DEFAULT
|
||||||
. path prefix is starting dir, so just ../foo can run ../../justfile:foo
|
. path prefix is starting dir, so just ../foo can run ../../justfile:foo
|
||||||
. how does this interact with a=b/hello?
|
. how does this interact with a=b/hello?
|
||||||
|
. can you use more than one path this way?
|
||||||
|
. do we just recursively invoke just for each?
|
||||||
|
|
||||||
- change name back to 'just', suggest j as alias
|
- change name back to 'just', suggest j as alias
|
||||||
|
|
||||||
@ -50,3 +52,4 @@ todo
|
|||||||
. facebook friends
|
. facebook friends
|
||||||
. irc
|
. irc
|
||||||
. r/rust
|
. r/rust
|
||||||
|
. hacker news
|
||||||
|
@ -23,7 +23,7 @@ macro_rules! die {
|
|||||||
|
|
||||||
pub fn app() {
|
pub fn app() {
|
||||||
let matches = App::new("j")
|
let matches = App::new("j")
|
||||||
.version("0.2.8")
|
.version("0.2.9")
|
||||||
.author("Casey Rodarmor <casey@rodarmor.com>")
|
.author("Casey Rodarmor <casey@rodarmor.com>")
|
||||||
.about("Just a command runner - https://github.com/casey/j")
|
.about("Just a command runner - https://github.com/casey/j")
|
||||||
.arg(Arg::with_name("list")
|
.arg(Arg::with_name("list")
|
||||||
|
Loading…
Reference in New Issue
Block a user