Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Feb 5, 2014
1 parent 79e118a commit 6c2c946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd_exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
"syscall"
)

// `direnv exec <DIR> <COMMAND> ...`
// `direnv exec [DIR] <COMMAND> ...`
var CmdExec = &Cmd{
Name: "exec",
Desc: "Executes a command after loading the first .envrc found in DIR",
Args: []string{"DIR", "COMMAND"},
Args: []string{"[DIR]", "COMMAND", "[...ARGS]"},
Fn: func(env Env, args []string) (err error) {
var (
backupDiff *EnvDiff
Expand Down

0 comments on commit 6c2c946

Please sign in to comment.