Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

clean up filesystem by moving get_interactive_confirmation into util.rs #246

Merged
merged 2 commits into from
Oct 24, 2021
Merged

clean up filesystem by moving get_interactive_confirmation into util.rs #246

merged 2 commits into from
Oct 24, 2021

Conversation

stormasm
Copy link
Contributor

get_interactive_confirmation() is now inside the file util.rs.

previously it was sitting in its own file inside filesystem which (IMHO)
was not the right place for it ---- as mainly commands should sit
at this level and this was not a command but (merely) a method...

and since a util.rs file already existed it seemed like a better location for it...

@sophiajt
Copy link
Contributor

yeah agreed

@sophiajt sophiajt merged commit ab9d6b2 into nushell:main Oct 24, 2021
@stormasm stormasm deleted the interactive_helper branch October 26, 2021 15:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants