mirror of
https://github.com/nushell/nushell.git
synced 2025-07-07 18:07:02 +02:00
Re-port filesystem commands (#4387)
* Re-port the filesystem commands * Remove commented out section
This commit is contained in:
@ -96,6 +96,7 @@ pub struct Resource {
|
||||
|
||||
impl Resource {}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn get_interactive_confirmation(prompt: String) -> Result<bool, Box<dyn Error>> {
|
||||
let input = Input::new()
|
||||
.with_prompt(prompt)
|
||||
|
Reference in New Issue
Block a user