WIP: feat(cli): implements 'safe reset' subcommand

@joshuef

Fixed, thanks.

I’d expect dry-run code to do so. That way I can catch if, for example, safe reset would remove a file I hadn’t yet noticed was changed and backed up for later inspection. Or, due to a bug, the working list of paths included something unintended and disastrous to the user’s data.

I think that without enumerating the FS endpoints to be destroyed, dry-mode wouldn’t have much use would it?

I caught the repo in a bad state, that workaround isn’t part of my proposed changes and can be ignored.

@bochaco

At WIP: feat(cli): implements 'safe reset' subcommand (!1) · Merge requests · Safe Network / sn_api · GitLab “Allows commits from members who can merge to the target branch” is enabled. I’d expect that to include anyone at Members · Safe Network / sn_api · GitLab. Perhaps @frabrunelle would add you there and/or to the organization at Group members · Safe Network · GitLab?

They both prompt the user however their logic is different enough that I would keep them separate. I think it’s also more clear to read let result = prompt_confirmation(); than let result = prompt_user(...String::from("confirm"));. That said, it’s your code and I’ll make the change if you decide?

Fixed, thanks.

Agreed. I asked for specific FS endpoints in SAFE CLI subcommand suggestions: reset and uninstall - #7 by anon78698497 however only ~/.safe was mentioned. How would you suggest I put together a better list of items to be deleted?

1 Like