cmd: build-updated
[contents]

Contents

Syntax

The syntax for the build-updated command is:

nift build-updated (option)
nsm build-updated (option)

Note: The build command is the same as the build-updated command.

Description

The build-updated command is for running an incremental build (ie. build the updated files for the project), there are a number of options available outlined in the following section.

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

Options

The following options are available for the build-updated 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