Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support asterisk on list #2316

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

nakulkar-msft
Copy link
Member

No description provided.

Changing the default recursive option "on" in the ls command to allow the trailing
wildcard in the directory name when the user wants.
func (raw rawListCmdArgs) cook() (cookedListCmdArgs, error) {
// returns result of stripping and if striptopdir is enabled
// if nothing happens, the original source is returned
func (raw *rawListCmdArgs) stripTrailingWildcardOnRemoteSource(location common.Location) (result string, stripTopDir bool, err error) {
Copy link
Member

Choose a reason for hiding this comment

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

@nakulkar-msft can we wait until adele's new e2e test framework is merged and add e2e tests for this and then support this feature?

Copy link
Member

Choose a reason for hiding this comment

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

+1

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.

None yet

4 participants