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
()
| 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 | } |
| 46 | |
| 47 | type PathOptions struct { |
no outgoing calls
no test coverage detected