added merge-related fixes
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -189,7 +189,10 @@ public class Settings {
|
||||
fontName = "HackNerdFontMono-Regular";
|
||||
fontFilepath = "/usr/share/fonts/TTF/" + fontName + ".ttf";
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> main
|
||||
// Register the font with the GraphicsEnvironment.
|
||||
try {
|
||||
GraphicsEnvironment ge = GraphicsEnvironment.
|
||||
|
||||
+11
@@ -22,6 +22,17 @@ function run() {
|
||||
jar cfe sudoku.jar App -C bin .
|
||||
;;
|
||||
|
||||
"-h" | "--help")
|
||||
echo "Usage: run.sh [OPTION]"
|
||||
echo "Run the program"
|
||||
echo
|
||||
echo "Options:"
|
||||
echo " -c, --cli Run the program in the CLI"
|
||||
echo " -b, --build Compile the program"
|
||||
echo " -j, --jar Create a JAR file"
|
||||
echo " -h, --help Display this help message"
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Invalid argument"
|
||||
;;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user