yadm-dev / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
5.11k stars 175 forks source link

Pass down args to bootstrap #475

Closed plandem closed 10 months ago

plandem commented 10 months ago

What does this PR do?

Adds supports for args when yadm executes boostrap

E.g. : yadm bootstrap arg1 arg2 arg3

What issues does this PR fix or reference?

[A list of related issues / pull requests.]

Previous Behavior

yadm ignores args when executes bootstrap

New Behavior

yadm pass args down to bootstrap if it was called manually

Have tests been written for this change?

No

Have these commits been signed with GnuPG?

Yes


Please review yadm's Contributing Guide for best practices.

rasa commented 10 months ago

@plandem Should the docs reflect this change?

plandem commented 10 months ago

@rasa looks there is closed issue related to this already. So I close PR.

https://github.com/TheLocehiliosan/yadm/issues/247