Reference¶
Command line based invoke framework.
-
prefix(values, content)¶ Discover start and separate from content.
Parameters: Raises: ValueErrorif no start matches.>>> prefix(('-', '.', '!'), './echo') >>> ('.', '/echo')
Command line based invoke framework.
prefix(values, content)¶Discover start and separate from content.
| Parameters: | |
|---|---|
| Raises: |
|
>>> prefix(('-', '.', '!'), './echo')
>>> ('.', '/echo')