Description
Remove --global flag.
Motivation
As we now specify process as last arg, I think that we need to remove this flag. This will simplify code and user-experience. Also I don't see usecases for global mode with process.
Design
When process is specified, we need to set it locally for process. But if no process is specified, we need to set it globally.
Description
Remove
--globalflag.Motivation
As we now specify process as last arg, I think that we need to remove this flag. This will simplify code and user-experience. Also I don't see usecases for global mode with process.
Design
When process is specified, we need to set it locally for process. But if no process is specified, we need to set it globally.