(c *cli.Context)
| 164 | } |
| 165 | |
| 166 | func isEmptyInvocation(c *cli.Context) bool { |
| 167 | return c.NArg() == 0 && c.NumFlags() == 0 |
| 168 | } |
| 169 | |
| 170 | func action(graceShutdownC chan struct{}) cli.ActionFunc { |
| 171 | return cliutil.ConfiguredAction(func(c *cli.Context) (err error) { |