Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_system: Don't glob protos when starting console
By default if no protos are passed to the pw_system console, it recursively globs every proto in the directory the tool is run from. This is a little too ambitious, and can pick up many protos that are unintended for use with pw_system. This changes the default to instead not pick up any additional protos. Change-Id: If69c48ee394c2929df49ef81b81d54b25bf96e62 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/100782 Commit-Queue: Auto-Submit <[email protected]> Pigweed-Auto-Submit: Armando Montanez <[email protected]> Reviewed-by: Carlos Chinchilla <[email protected]>
- Loading branch information