Re-port filesystem commands (#4387)

* Re-port the filesystem commands

* Remove commented out section
This commit is contained in:
JT
2022-02-09 09:56:27 -05:00
committed by GitHub
parent 94ab981235
commit 43850bf20e
9 changed files with 494 additions and 391 deletions

View File

@ -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)