Remove long path test

main v0.1.2
Rob Muhlestein 2 years ago
parent f0941495b3
commit 5cde5e6747
No known key found for this signature in database
GPG Key ID: 7542BA4ED72E5D81

@ -60,7 +60,7 @@ var Cmd = &Z.Cmd{
Name: `z`, Name: `z`,
Summary: `rwxrob's bonzai command tree`, Summary: `rwxrob's bonzai command tree`,
Copyright: `Copyright 2021 Robert S Muhlestein`, Copyright: `Copyright 2021 Robert S Muhlestein`,
Version: `v0.1.1`, Version: `v0.1.2`,
License: `Apache-2.0`, License: `Apache-2.0`,
Site: `rwxrob.tv`, Site: `rwxrob.tv`,
Source: `git@github.com:rwxrob/z.git`, Source: `git@github.com:rwxrob/z.git`,
@ -75,21 +75,21 @@ var Cmd = &Z.Cmd{
}, },
Shortcuts: Z.ArgMap{ Shortcuts: Z.ArgMap{
`project`: {`twitch`, `bot`, `commands`, `edit`, `project`}, `project`: {`twitch`, `bot`, `commands`, `edit`, `project`},
`status`: {`tmux`, `update`}, `status`: {`tmux`, `update`},
`offscreen`: {`chat`, `!offscreen`}, `offscreen`: {`chat`, `!offscreen`},
`info`: {`twitch`, `bot`, `commands`, `file`, `edit`}, `info`: {`twitch`, `bot`, `commands`, `file`, `edit`},
`sync`: {`twitch`, `bot`, `commands`, `sync`}, `sync`: {`twitch`, `bot`, `commands`, `sync`},
`work`: {`go`, `work`}, `work`: {`go`, `work`},
`chat`: {`twitch`, `chat`}, `chat`: {`twitch`, `chat`},
`afk`: {`twitch`, `chat`, `!afk`}, `afk`: {`twitch`, `chat`, `!afk`},
`isosec`: {`uniq`, `isosec`}, `isosec`: {`uniq`, `isosec`},
`isonan`: {`uniq`, `isonan`}, `isonan`: {`uniq`, `isonan`},
`isodate`: {`uniq`, `isodate`}, `isodate`: {`uniq`, `isodate`},
`uuid`: {`uniq`, `uuid`}, `uuid`: {`uniq`, `uuid`},
`epoch`: {`uniq`, `second`}, `epoch`: {`uniq`, `second`},
`path`: {`env`, `get`, `path`}, `path`: {`env`, `get`, `path`},
`long version of path`: {`env`, `get`, `path`}, //`long version of path`: {`env`, `get`, `path`},
}, },
Description: ` Description: `

Loading…
Cancel
Save