Skip to content

Conversation

@johan-gson
Copy link
Contributor

These are the most recent changes to bustools from dePcr etc, just merge it

Copy link
Contributor

@yfarjoun yfarjoun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just adding two comments pointing out where the code should be amended to error out on unexpected arguments.

break;
case 'e':
opt.count_ecs = optarg;
break;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a case '?' like in #95 to spot an unexpected argument

case 'c':
opt.cluster_input_file = optarg;
break;
default:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a case '?' like in #95 to spot an unexpected argument

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants