cmd: status
[contents]

Contents

Syntax

The syntax for the status command is:

nift status (option)
nsm status (option)

Description

The status command is for checking which files have been updated in a project without running an incremental or full build.

Note: There are also a number of different modes available for the status command, which are outlined on the docs page for the incr-mode command.

Options

The following options are available for the status command:

option description
-a print why files need building
-ab print why files need building and do not print lists of files
-as print why files need building and do not print build progress
-abs print why files need building, do not print lists of files and do not print build progress
-b do not print lists of files (basic)
-bs do not print lists of files and do not print build progress
-n add newline to end of progress lines (useful for getting progress with lolcat activated)
-s do not print build progress (silent)
option description