Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New features for next release #21

Merged
merged 66 commits into from
Apr 12, 2021
Merged

New features for next release #21

merged 66 commits into from
Apr 12, 2021

Conversation

CasvalDOT
Copy link
Contributor

No description provided.

The logic inside the root command is moved outside a init controller.
To easily bootstrap the application I've also created the init command
The new command init change some rules. Instead of execute
the init command once, now each command in the PreRun hook
launch the init function. Probabilly is more verbose but more clear
instead of creating if statement for filter the execution of the
function
Add the ability to search and resolve the includes folder and
files declared inside .ssh/config
I've also remove the * application in the folders found in .ssh/config
The new provider management break the configuration of the user.
For avoid that, I've add a few line on codes for hanle both single-provider logic
and multi-provider too
CasvalDOT and others added 12 commits March 22, 2021 01:23
chore: remove comment

chore: remove comment

chore: remove comment

chore: remove comment

chore: remove comment
Instead of create a file called init that describe the application as
configured, the access date and the last modified date will check.
If these attributes have the same date, it will be that the file is
just created, so it need to edit.
@CasvalDOT CasvalDOT merged commit bcfe348 into master Apr 12, 2021
@CasvalDOT CasvalDOT deleted the develop branch April 12, 2021 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment