Skip to content

Commit

Permalink
Update time command
Browse files Browse the repository at this point in the history
Co-Authored-By: alfabetatester <[email protected]>
  • Loading branch information
TheDayG0ne and alfabetatester committed Dec 2, 2023
1 parent d511a29 commit a853a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/General/time.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ export default class TimeCommand {
help(term) {
term.writeln("Usage: time");
term.writeln("This command prints the current time in the format HH:mm:ss.SSS");
term.writeln("Sample output: 12:34:30.00") // Current time is 12:34:30:00
}
}

0 comments on commit a853a24

Please sign in to comment.