-
- Downloads
cli: Interactively warn if the user is trying to close the workspace they're...
cli: Interactively warn if the user is trying to close the workspace they're using to load the project This involves changes in: * _stream.py: * Add the helper Stream.workspace_is_required() * userconfig.yaml: * Add a default value for prompt.really-workspace-close-project-inaccessible * _context.py: * Load the prompt 'really-workspace-close-project-inaccessible' from user config. * cli.py: * If buildstream is invoked interactively, prompt the user to confirm that they want to close the workspace they're using to load this project.
Showing
- buildstream/_context.py 7 additions, 0 deletionsbuildstream/_context.py
- buildstream/_frontend/cli.py 8 additions, 1 deletionbuildstream/_frontend/cli.py
- buildstream/_stream.py 14 additions, 0 deletionsbuildstream/_stream.py
- buildstream/data/userconfig.yaml 8 additions, 0 deletionsbuildstream/data/userconfig.yaml
Please register or sign in to comment