We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

List Users

We need a users command that lists all the users and indicates which one is currently logged in.

Assignment

  1. Print them in this format:

    * lane
    * allan (current)
    * hunter
    

    Ensure that the (current) follows the currently logged-in user.

Run and submit the CLI tests.