Reto Aebersold

Results 3 issues of Reto Aebersold

If the input is something like this: ``` text="First line\n\n** Point 1\n* Point2\nLast line" print textile.textile_restricted(text) ``` The output looks like this: ``` First line Point 1 Point2 Last line...

The undocumented `prompt.yn` used its own query implementation. Update `prompt.query` to accept a custom default prompt render function and refactor `prompt.yn` to use the default query system using the `YnValidator`.

### Describe the solution you'd like? ```shell To authenticate to AWS, Lola should check for credentials in the environment variables. ``` ### Is your feature request related to a problem?...

enhancement