* Properly reset formatting at the end of question prompts
Currently, the second prompt for the delete command uses a bold + red format mode using escape codes. However, this mode is not reset at the end and ends up leaking unto next lines on the terminal.
This change will make sure all `question` strings passed to the `Prompt` function will be closed properly by a reset escape sequence.
Includes a fmt change too.
* chore: fix code usage comment
---------
Co-authored-by: Abiola Ibrahim <git@abiosoft.com>
* core: add ubuntu layer
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
* core: layer: preserve home dir
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
* core: layer: preserve chroot exec dir
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
* core: layer: combine chroot scripts into one
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
* net: fix interface gateway
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
* core: layer: more fixes
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
* core: layer: refactor and rename
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
* chore: refactor logger
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
* volume: revert default mount type to sshfs
* log: enable trace level log
* ci: add layer to integration test
* feat: verbose output (#31)
* feat: verbose writer
* refactor: pass verbose flag to app in New() Function
* chore(logging): enable verbose logging
Signed-off-by: Abiola Ibrahim <abiola89@gmail.com>
* chore(logging): filter redundant info from log
Signed-off-by: Abiola Ibrahim <abiola89@gmail.com>
* chore(logging): minor refactor
Signed-off-by: Abiola Ibrahim <abiola89@gmail.com>
Co-authored-by: Lukas <57864392+hown3d@users.noreply.github.com>