Skip to content

Commit

Permalink
update man generator for go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gokcehan committed Oct 15, 2022
1 parent e10ef91 commit 654b873
Show file tree
Hide file tree
Showing 5 changed files with 1,099 additions and 1,127 deletions.
10 changes: 5 additions & 5 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,11 +470,11 @@ func (app *app) loop() {

// This function is used to run a shell command. Modes are as follows:
//
// Prefix Wait Async Stdin Stdout Stderr UI action
// $ No No Yes Yes Yes Pause and then resume
// % No No Yes Yes Yes Statline for input/output
// ! Yes No Yes Yes Yes Pause and then resume
// & No Yes No No No Do nothing
// Prefix Wait Async Stdin Stdout Stderr UI action
// $ No No Yes Yes Yes Pause and then resume
// % No No Yes Yes Yes Statline for input/output
// ! Yes No Yes Yes Yes Pause and then resume
// & No Yes No No No Do nothing
func (app *app) runShell(s string, args []string, prefix string) {
app.nav.exportFiles()
exportOpts()
Expand Down
Loading

0 comments on commit 654b873

Please sign in to comment.