TheLocehiliosan / yadm

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

Pass down args to bootstrap #475

Closed plandem closed 6 months ago

plandem commented 6 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 6 months ago

@plandem Should the docs reflect this change?

plandem commented 6 months ago

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

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