File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ fn project_discovery() -> anyhow::Result<()> {
3434 bazel,
3535 config_group,
3636 specific,
37- } = Config :: parse_and_refine ( ) ?;
37+ } = Config :: parse ( ) ?;
3838
3939 let DiscoverProjectArgs {
4040 default_buildfile,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ fn main() -> anyhow::Result<()> {
2323 bazel,
2424 config_group,
2525 specific,
26- } = Config :: parse_and_refine ( ) ?;
26+ } = Config :: parse ( ) ?;
2727
2828 let GenerateProjectArgs { targets } = specific;
2929
Original file line number Diff line number Diff line change 3333 T : Args ,
3434{
3535 // Parse the configuration flags and supplement with bazel info as needed.
36- pub fn parse_and_refine ( ) -> anyhow:: Result < Self > {
36+ pub fn parse ( ) -> anyhow:: Result < Self > {
3737 let ConfigParser {
3838 mut workspace,
3939 mut execution_root,
You can’t perform that action at this time.
0 commit comments