mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 07:50:56 +00:00
Update cheatsheets
This commit is contained in:
17
linux/mono
Normal file
17
linux/mono
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mono
|
||||
|
||||
> Runtime for the .NET Framework.
|
||||
> More information: <https://www.mono-project.com/docs/>.
|
||||
|
||||
- Run a .NET assembly in debug mode:
|
||||
|
||||
`mono --debug {{path/to/program.exe}}`
|
||||
|
||||
- Run a .NET assembly:
|
||||
|
||||
`mono {{path/to/program.exe}}`
|
||||
Reference in New Issue
Block a user