You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/MANUAL.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,12 +126,10 @@ COMMAND: SUBMIT
126
126
`tmc``submit`[`-a`][`-d`][`-c`][*path*] ...
127
127
128
128
Submit exercises to the server. If no *path* is given, the exercise in the
129
-
current working directory will be submitted. Several exercises can be submitted
130
-
at once. If the current work directory is the course root directory or the
131
-
course root directory was given as a *path*, then all exercises will be submitted.
129
+
current working directory will be submitted. The submittable exercise(s) must be given as an argument.
132
130
133
131
For every successful submission, you'll be prompted to send feedback for the
134
-
exercise if the course has enabledfeedback questions. Sending feedback is
132
+
exercise if the course has enabled feedback questions. Sending feedback is
135
133
always optional.
136
134
137
135
`-a``--all`
@@ -192,7 +190,7 @@ Set or unset TMC-CLI properties. Only accepts certain keys. If not invoked with
192
190
Do not ask for confirmations or print out set values.
193
191
194
192
`-l``--list`
195
-
List all current properties.
193
+
List all current settings.
196
194
197
195
`-g``--get=KEY` or `--get KEY`
198
196
Get the value of a specific key.
@@ -209,7 +207,17 @@ List of configurable settings:
209
207
**send-analytics*
210
208
Allow sending analytics data of commands run. Stored in account.
211
209
**server-address*
212
-
Address to fetch courses from and submit to. Defaults to `https://tmc.mooc.fi`. Stored with account
210
+
Address to fetch courses from and submit to. Defaults to `https://tmc.mooc.fi`. Stored with account.
211
+
212
+
COMMAND: ORGANIZATION
213
+
---------------
214
+
215
+
`tmc``organization`[`-o`][*slug*] ...
216
+
217
+
Change organization, which determines the downloadable courses. If no slug is given, or the slug is invalid, all available organizations are listed, and the user will be prompted to choose one.
218
+
219
+
`-o``--organization`
220
+
Change organization to slug given as an argument without the listing of all organizations.
Change organization, which determines the downloadable courses. If no slug is given, or the slug is invalid, all available organizations are listed, and the user will be prompted to choose one.
192
+
.PP
193
+
\fB\fC\-o\fR\fB\fC\-\-organization\fR
194
+
Change organization to slug given as an argument without the listing of all organizations.
172
195
.ti0
173
196
\l'\n(.lu'
174
197
.SH FILES
175
198
.TP
176
199
\fB\fC[course directory]/.tmc.json\fR
177
200
Course configuration and cache file. Saves the status of the username, server
178
201
address and course's exercises. Manually editing this file may have adverse
179
-
effects.
202
+
effects.
180
203
.TP
181
204
\fB\fC~/.config/tmc\-cli/properties.json\fR
182
205
User configuration file. Use \fB\fCtmc prop\fR to edit properties.
0 commit comments