Skip to content

Re-port filesystem commands#4387

Merged
sophiajt merged 2 commits intonushell:mainfrom
sophiajt:report_filesystem_commands
Feb 9, 2022
Merged

Re-port filesystem commands#4387
sophiajt merged 2 commits intonushell:mainfrom
sophiajt:report_filesystem_commands

Conversation

@sophiajt
Copy link
Copy Markdown
Contributor

@sophiajt sophiajt commented Feb 9, 2022

Description

This ports the nushell filesystem commands to the engine-q style, using the 0.44 source.

This does remove the --interactive flag for now, until we put it back in, but this should at least get our functionality to what nushell was able to do before the merge.

This also passes the nushell command tests that had been failing around filesystem commands.

Tests

Make sure you've run and fixed any issues with these commands:

  • cargo fmt --all -- --check to check standard code formatting (cargo fmt --all applies these changes)
  • cargo clippy --all --all-features -- -D warnings -D clippy::unwrap_used -A clippy::needless_collect to check that you're using the standard code style
  • cargo build; cargo test --all --all-features to check that all the tests pass

@sophiajt sophiajt merged commit 43850bf into nushell:main Feb 9, 2022
@sophiajt sophiajt deleted the report_filesystem_commands branch February 9, 2022 14:56
drbrain added a commit to drbrain/nushell that referenced this pull request Dec 9, 2023
These were added in nushell#4364 and were no longer used with nushell#4387
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.

1 participant