IsExplicitFile indicates whether or not this command is interested in exactly one file. This implementation only ever does that via a flag, but implementations that handle local, global, and flags may have more
()
| 40 | GetDefaultFilename() string |
| 41 | // IsExplicitFile indicates whether or not this command is interested in exactly one file. This implementation only ever does that via a flag, but implementations that handle local, global, and flags may have more |
| 42 | IsExplicitFile() bool |
| 43 | // GetExplicitFile returns the particular file this command is operating against. This implementation only ever has one, but implementations that handle local, global, and flags may have more |
| 44 | GetExplicitFile() string |
| 45 | } |
no outgoing calls
no test coverage detected