-
Notifications
You must be signed in to change notification settings - Fork 196
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
AL-885, AL-911 - Added backup:info command, expiry to backup:list #1676
Conversation
6acd943
to
7459d16
Compare
7459d16
to
24dc0a3
Compare
@@ -22,6 +22,7 @@ class ListCommand extends BackupCommand | |||
* file: Filename | |||
* size: Size | |||
* date: Date | |||
* expiry: Expiry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I personally like this, I believe US english prefers 'expiration'. But I'm 1/10 on this because expiry is shorter and way classier because it is true uncorrupted queens english :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it too, so let's ask @kimby77 to weigh in. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no opinion :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whatever you guys think is best here!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✋
Unable to actually test because of |
7cd1a82
to
bd18054
Compare
Closes #1668
Closes #1643